Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2025-11-03 to 2025-11-03) ~ 00:01:37 UTC
Downloading 1 requests, up to 63 time slices each
Fetching request 1 of 1 (2025-11-03 to 2025-11-03) ~ 00:01:44 UTC
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x556def688d90>), :
cannot open the connection
Error in open.connection(structure(5L, class = c("curl", "connection"), conn_id = <pointer: 0x556deb464c70>), :
cannot open the connection
Error in open.connection(structure(6L, class = c("curl", "connection"), conn_id = <pointer: 0x556de45540b0>), :
cannot open the connection
Error in open.connection(structure(7L, class = c("curl", "connection"), conn_id = <pointer: 0x556de0c89bf0>), :
cannot open the connection
Error in open.connection(structure(8L, class = c("curl", "connection"), conn_id = <pointer: 0x556de156e000>), :
cannot open the connection
Error in open.connection(structure(9L, class = c("curl", "connection"), conn_id = <pointer: 0x556de991e4a0>), :
cannot open the connection
Error in open.connection(structure(10L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(11L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(12L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(13L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(14L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(15L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(16L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(17L, class = c("curl", "connection" :
cannot open the connection
Warning: There were 14 warnings in `mutate()`.
The first warning was:
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacrwsstDaily.csvp?time': The requested URL returned error: 503
ℹ Run `dplyr::last_dplyr_warnings()` to see the 13 remaining warnings.
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()